Book.AuthorId

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Nullable!int AuthorId [@property getter]
  2. N AuthorId [@property setter]
    class Book
    @property
    void
    AuthorId
    (
    N
    )
    ()
    if (
    isNullable!(int, N)
    )

Meta